projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16b34e0
)
(help-highlight-p): Doc fix.
author
Dave Love
<fx@gnu.org>
Mon, 13 Sep 1999 14:07:03 +0000
(14:07 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 13 Sep 1999 14:07:03 +0000
(14:07 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 957a0fc637f2fe219e26980ed7b8eb17148e2b11..7e5f9a4396d976e557e88d62a4d6930b2ca0bb2a 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-940,8
+940,7
@@
and the file name is displayed in the echo area."
(defcustom help-highlight-p t
"*If non-nil, `help-make-xrefs' highlight cross-references.
Under a window system it highlights them with face defined by
-`help-highlight-face'. On a character terminal highlighted
-references look like cross-references in info mode."
+`help-highlight-face'."
:group 'help
:version "20.3"
:type 'boolean)